home *** CD-ROM | disk | FTP | other *** search
- <!--- This example shows the use of CFAPPLET --->
-
- <HTML>
-
- <HEAD>
- <TITLE>CFAPPLET Example</TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <H3>CFAPPLET Example</H3>
-
- <P>Used in a CFFORM, CFAPPLET allows you to reference
- custom Java applets that have been previously registered
- using the Cold Fusion Administrator.
-
- <P>To register a Java applet, open the Cold Fusion Administrator
- and click the "Applets" link under the "extensions" section.
-
- <P>This example applet copies text that you type into
- a form. Type some text, and then click "copy" to see
- the copied text.
-
- <CFFORM ACTION="cfapplet.cfm">
- <CFAPPLET appletsource="copytext" name="copytext">
- </CFFORM>
-
- </BODY>
-
- </HTML>
-